home *** CD-ROM | disk | FTP | other *** search
/ 3D Images / 3D Images.iso / programs / amiga / jpegv5 / doc / wrjpgcom.man < prev    next >
Text File  |  1995-01-12  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4. WRJPGCOM(1)                                           WRJPGCOM(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        wrjpgcom - insert text comments into a JPEG file
  9.  
  10. SSYYNNOOPPSSIISS
  11.        wwrrjjppggccoomm  [ --rreeppllaaccee ] [ --ccoommmmeenntt _t_e_x_t ] [ --ccffiillee _n_a_m_e ] [
  12.        _f_i_l_e_n_a_m_e ]
  13.  
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.        wwrrjjppggccoomm reads the named JPEG/JFIF file, or  the  standard
  17.        input  if  no file is named, and generates a new JPEG/JFIF
  18.        file on standard output.  A comment block is added to  the
  19.        file.
  20.  
  21.        The  JPEG  standard allows "comment" (COM) blocks to occur
  22.        within a JPEG file.  Although the standard  doesn't  actu­
  23.        ally  define what COM blocks are for, they are widely used
  24.        to hold user-supplied text strings.   This  lets  you  add
  25.        annotations,  titles, index terms, etc to your JPEG files,
  26.        and later retrieve them as text.  COM blocks do not inter­
  27.        fere  with the image stored in the JPEG file.  The maximum
  28.        size of a COM block is 64K, but you can have  as  many  of
  29.        them as you like in one JPEG file.
  30.  
  31.        wwrrjjppggccoomm adds a COM block, containing text you provide, to
  32.        a JPEG file.  Ordinarily, the COM block is added after any
  33.        existing COM blocks; but you can delete the old COM blocks
  34.        if you wish.
  35.  
  36. OOPPTTIIOONNSS
  37.        Switch names may be abbreviated, and are not  case  sensi­
  38.        tive.
  39.  
  40.        --rreeppllaaccee
  41.               Delete any existing COM blocks from the file.
  42.  
  43.        --ccoommmmeenntt _t_e_x_t
  44.               Supply text for new COM block on command line.
  45.  
  46.        --ccffiillee _n_a_m_e
  47.               Read text for new COM block from named file.
  48.  
  49.        If  you have only one line of comment text to add, you can
  50.        provide it on the command line with --ccoommmmeenntt.  The comment
  51.        text  must be surrounded with quotes so that it is treated
  52.        as a single argument.  Longer comments can be read from  a
  53.        text file.
  54.  
  55.        If  you  give  neither  --ccoommmmeenntt nor --ccffiillee, then wwrrjjppggccoomm
  56.        will read the comment text from standard input.  (In  this
  57.        case  an  input  image file name MUST be supplied, so that
  58.        the source JPEG file comes from somewhere else.)  You  can
  59.        enter  multiple  lines, up to 64KB worth.  Type an end-of-
  60.        file  indicator  (usually  control-D)  to  terminate   the
  61.  
  62.  
  63.  
  64.                           30 August 1994                        1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. WRJPGCOM(1)                                           WRJPGCOM(1)
  71.  
  72.  
  73.        comment text entry.
  74.  
  75.        wwrrjjppggccoomm  will not add a COM block if the provided comment
  76.        string is empty.  Therefore --rreeppllaaccee --ccoommmmeenntt  """"  can  be
  77.        used to delete all COM blocks from a file.
  78.  
  79. EEXXAAMMPPLLEESS
  80.        Add a short comment to in.jpg, producing out.jpg:
  81.  
  82.               wwrrjjppggccoomm --cc _"_V_i_e_w _o_f _m_y _b_a_c_k _y_a_r_d_" _i_n_._j_p_g >> _o_u_t_._j_p_g
  83.  
  84.        Attach a long comment previously stored in comment.txt:
  85.  
  86.               wwrrjjppggccoomm _i_n_._j_p_g << _c_o_m_m_e_n_t_._t_x_t >> _o_u_t_._j_p_g
  87.  
  88.        or equivalently
  89.  
  90.               wwrrjjppggccoomm --ccffiillee _c_o_m_m_e_n_t_._t_x_t << _i_n_._j_p_g >> _o_u_t_._j_p_g
  91.  
  92. SSEEEE AALLSSOO
  93.        ccjjppeegg(1), ddjjppeegg(1), rrddjjppggccoomm(1)
  94.  
  95. AAUUTTHHOORR
  96.        Independent JPEG Group
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.                           30 August 1994                        2
  131.  
  132.  
  133.